From: Richard M. Stallman Date: Thu, 27 May 1993 03:46:21 +0000 (+0000) Subject: (window_loop, case GET_LRU_WINDOW): Get frame's width properly. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95896 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a2db42d60fad5502066d0cd037f544b54a0b185b;p=emacs.git (window_loop, case GET_LRU_WINDOW): Get frame's width properly. --- diff --git a/src/window.c b/src/window.c index a1fda056463..0fbc4d41f64 100644 --- a/src/window.c +++ b/src/window.c @@ -1131,7 +1131,7 @@ window_loop (type, obj, mini, frames) case GET_LRU_WINDOW: /* t as arg means consider only full-width windows */ if (!NILP (obj) && XFASTINT (XWINDOW (w)->width) - != FRAME_WIDTH (frame)) + != FRAME_WIDTH (XFRAME (WINDOW_FRAME (XWINDOW (w))))) break; #if 0 /* Ignore invisible and iconified frames. */